Skip to content

feat: add undo, edit, and delete commands for logged sets#4

Merged
gricha merged 1 commit intomainfrom
feat/edit-delete-sets
Jan 25, 2026
Merged

feat: add undo, edit, and delete commands for logged sets#4
gricha merged 1 commit intomainfrom
feat/edit-delete-sets

Conversation

@gricha
Copy link
Owner

@gricha gricha commented Jan 25, 2026

Summary

  • Add workout undo [exercise] to remove the last logged set
  • Add workout edit <exercise> <set#> [weight] [reps] to modify a specific set
  • Add workout delete <exercise> <set#> to remove a specific set

Test plan

  • All 117 tests pass
  • Manual end-to-end test verifies undo/edit/delete workflow
  • Commands show in help output with correct arguments

🤖 Generated with Claude Code

Add ability to fix mistakes when logging sets:
- `workout undo [exercise]` - remove last set
- `workout edit <exercise> <set#> [weight] [reps]` - modify a set
- `workout delete <exercise> <set#>` - remove specific set
@gricha gricha merged commit 402fa7f into main Jan 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant